63 lines
976 B
JSON
63 lines
976 B
JSON
{
|
|
"name": "PNObject",
|
|
"version": "0.3.12",
|
|
"summary": "PNObject is a simple replica of the more complex ParseObject",
|
|
"homepage": "https://github.com/giuseppenucifora/PNObject",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/giuseppenucifora/PNObject.git",
|
|
"tag": "0.3.12"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resource_bundles": {
|
|
"PNObject": [
|
|
"Pod/Assets/*.png"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"AFNetworking": [
|
|
|
|
],
|
|
"PEAR-FileManager-iOS": [
|
|
|
|
],
|
|
"NSDate_Utils": [
|
|
|
|
],
|
|
"UIDevice-Utils": [
|
|
|
|
],
|
|
"nv-ios-http-status": [
|
|
|
|
],
|
|
"NSString-Helper": [
|
|
|
|
],
|
|
"CodFis-Helper": [
|
|
|
|
],
|
|
"StrongestPasswordValidator": [
|
|
|
|
],
|
|
"FBSDKCoreKit": [
|
|
|
|
],
|
|
"FBSDKShareKit": [
|
|
|
|
],
|
|
"FBSDKLoginKit": [
|
|
|
|
],
|
|
"RNCryptor": [
|
|
|
|
]
|
|
}
|
|
}
|