[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 2 / 0 / IBProperty / 1.2.2 / IBProperty.podspec.json
blobc47979a3e76ef599f3e671b46b845c28af00e6aa
2   "name": "IBProperty",
3   "version": "1.2.2",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A iOS Kit which would adapt screen by XIB and Storyboard  better, and  use better  for XIB  and Storyboard。",
8   "homepage": "https://github.com/SunriseOYR/IBProperty",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": "Oranges and lemons",
14   "social_media_url": "https://www.jianshu.com/u/80c622a1fe98",
15   "source": {
16     "git": "https://github.com/SunriseOYR/IBProperty.git",
17     "tag": "v1.2.2"
18   },
19   "source_files": [
20     "IBProperty",
21     "IBProperty/**/*"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Aspects": [
26       "~> 1.4.1"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Basis",
32       "platforms": {
33         "ios": "9.0"
34       },
35       "source_files": "IBProperty/Basis/**/*.{h,m}",
36       "requires_arc": true,
37       "dependencies": {
38         "Aspects": [
39           "~> 1.4.1"
40         ]
41       }
42     }
43   ]