51 lines
855 B
JSON
51 lines
855 B
JSON
{
|
|
"name": "PNObject",
|
|
"version": "0.3.1",
|
|
"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.1"
|
|
},
|
|
"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": [
|
|
|
|
]
|
|
}
|
|
}
|