[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / a / 4 / ParseSDK / 1.2.0 / ParseSDK.podspec.json
blob6fcc46eeed0ec77bc63b0dd7abae3346e296f7b2
2   "name": "ParseSDK",
3   "version": "1.2.0",
4   "summary": "Parse custom sdk library",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://bitbucket.org/gstudiomoscow/parsesdk",
10   "authors": {
11     "Gstudio": "alexandr@gstudio.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://alexandrgstudio@bitbucket.org/gstudiomoscow/parsesdk.git",
18     "tag": "1.2.0"
19   },
20   "source_files": "Classes/**/**/**/*.{h,m}",
21   "public_header_files": "Classes/**/**/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ],
31     "YYModel": [
33     ]
34   }